.hidden {
  display: none !important;
}

.numbet-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  color: #da0063;
}

.input-text {
  width: 100%;
  height: 30px;
}

.label-qw1-text-input {
  padding: 0.7vw 1vw !important;
}


.show-imp {
  display: block !important;
}

.show-imp .qw3-text {
  display: block !important;
}


#send-result-polzunok {
  width: 150px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 15px;
}

.send-result-polzunok_wrap label {
  font-size: 15px;
}

.send-result-polzunok_wrap .qw3-text-title {
  font-size: 15px;
  width: auto;
  margin-right: 10px;
}

#number-slider {
  margin-bottom: 4rem;
  margin-top: 20px;
}

.ui-widget-content {
  border-radius: 3px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: #00b568;
  border: none;
  height: 7px;
  position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
}

.ui-slider-handle {
  position: relative;
  outline: none;
  top: -1.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  cursor: pointer;
  background: #f5ae08;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f5ae08), color-stop(100%, #f9ca0c));
  background: -webkit-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -o-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5ae08), to(#f9ca0c));
  background: linear-gradient(to right, #f5ae08 0%, #f9ca0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae08', endColorstr='#f9ca0c', GradientType=1);
  background: #00b568;
}

.ui-slider-handle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}

.ui-widget-header {
  border-radius: 3px;
  background: -webkit-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -webkit-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: #52d132;
  -webkit-box-shadow: inset 0px 3px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.inputDiv-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.quesbox__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.quesbox__form {
  width: 300px;
}

.quesbox__input {
  width: 100%;
  /*  height: 45px;*/
  margin-bottom: 15px;
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 28px;
  padding-left: 40px;
  /*  color: #a2a2a2;*/
}

/*.select2-container .select2-selection--single{
  height: 45px;
}*/
.select2-results__option--selectable {
  color: #333;
  font-size: 14px;
}

.js-example-basic-single {
  width: 100%;
  height: 40px;
  padding-left: 40px;
}

.select2-selection__rendered {
  line-height: 41px !important;
}

.select2-container .select2-selection--single {
  height: 45px !important;
}

.select2-selection__arrow {
  height: 44px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 34px;
}


.quesbox__image {
  width: calc(100% - 350px);
  border-radius: 10px;
  overflow: hidden;
}

.quesbox__image img {
  display: block;
  width: 100%;
}

.quesbox__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quesbox__from,
.quesbox__to {
  position: relative;
}

.quesbox__from:before,
.quesbox__to:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 3px solid #00b568;
  z-index: 2;
}

.quesbox__date {
  width: 69%;
  position: relative;
}

.quesbox__date:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/cal.svg);
  background-size: 100% 100%;
  z-index: 3;
}

.quesbox__date_input {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}

.quesbox__date_input::placeholder {
  color: #a2a2a2;
}

.quesbox__amount {
  width: 28%;
  position: relative;
}

.quesbox__amount:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/user.svg);
  background-size: 100% 100%;
  z-index: 3;
}

.quesbox__amount input {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}

.quesbox__speclabel {
  display: block;
  font-size: 13px;
  color: #a2a2a2;
  margin-bottom: 5px;
}

.quesbox__fieldinput {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 30px;
  padding-right: 30px;
}

.quesbox__fieldinput::placeholder {
  color: #a2a2a2;
}

.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__link {
  display: block;
  /* width: 5vh; */
  margin: 0 8px;
}

.footer__link img {
  display: block;
  width: 6vh;
  /* width: 100%; */
}

.mainlogo {
  text-align: center;
  margin-bottom: 30px;
}

.mainlogo img {
  width: 30%
}

.mainlogo span b {
  color: #00b568;
}


.onlytext .label-qw1 {
  padding: 1vw;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.sucssesText {
  font-size: 1.2rem;
}


@media (max-width: 768px) {
  .mainlogo img {
    width: 70%
  }

  .quesbox__image {
    width: 100%;
    margin-bottom: 15px;
  }

  .onlytext .label-qw1 {
    padding: 2vw;
  }
}